home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act5 / 00100.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  244 b   |  10 lines

  1. on exitFrame
  2.   global emptyness, thingtimes, funkaroo
  3.   puppetSprite(getAt(getAt(thingtimes, 1), 1), 0)
  4.   sactivate(3, getAt(funkaroo, 1))
  5.   sactivate(5, getAt(funkaroo, 2))
  6.   sactivate(17, getAt(funkaroo, 3))
  7.   setcount()
  8.   go("barktalk")
  9. end
  10.